﻿2026-09-09T00:48:37.1788478Z ##[group]Run actions/checkout@v5
2026-09-09T00:48:37.1789391Z with:
2026-09-09T00:48:37.1790030Z   repository: SaberMage/spt-shell-notify
2026-09-09T00:48:37.1790866Z   path: .adapter-notify
2026-09-09T00:48:37.1797476Z   token: ***
2026-09-09T00:48:37.1798071Z   ssh-strict: true
2026-09-09T00:48:37.1798716Z   ssh-user: git
2026-09-09T00:48:37.1799456Z   persist-credentials: true
2026-09-09T00:48:37.1800162Z   clean: true
2026-09-09T00:48:37.1800801Z   sparse-checkout-cone-mode: true
2026-09-09T00:48:37.1801567Z   fetch-depth: 1
2026-09-09T00:48:37.1802194Z   fetch-tags: false
2026-09-09T00:48:37.1802823Z   show-progress: true
2026-09-09T00:48:37.1803467Z   lfs: false
2026-09-09T00:48:37.1804048Z   submodules: false
2026-09-09T00:48:37.1804692Z   set-safe-directory: true
2026-09-09T00:48:37.1805421Z   allow-unsafe-pr-checkout: false
2026-09-09T00:48:37.1806166Z env:
2026-09-09T00:48:37.1807268Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-34262154550-3-ZZdNcC
2026-09-09T00:48:37.1809071Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-34262154550-3-ZZdNcC
2026-09-09T00:48:37.1811347Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-34262154550-3-ZZdNcC
2026-09-09T00:48:37.1813416Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-34262154550-3-ZZdNcC
2026-09-09T00:48:37.1814990Z ##[endgroup]
2026-09-09T00:48:37.2478148Z Syncing repository: SaberMage/spt-shell-notify
2026-09-09T00:48:37.2482885Z ##[group]Getting Git version info
2026-09-09T00:48:37.2484233Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-09-09T00:48:37.2506143Z [command]/usr/bin/git version
2026-09-09T00:48:37.2573833Z git version 2.43.0
2026-09-09T00:48:37.2593875Z ##[endgroup]
2026-09-09T00:48:37.2601137Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/89f3c59c-7e65-4e63-9e46-5d2ab5320098/.gitconfig'
2026-09-09T00:48:37.2608878Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/89f3c59c-7e65-4e63-9e46-5d2ab5320098' before making global git config changes
2026-09-09T00:48:37.2611265Z Adding repository directory to the temporary git global config as a safe directory
2026-09-09T00:48:37.2613392Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-09-09T00:48:37.2636721Z ##[group]Initializing the repository
2026-09-09T00:48:37.2639624Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-09-09T00:48:37.2682179Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-09T00:48:37.2684036Z hint: is subject to change. To configure the initial branch name to use in all
2026-09-09T00:48:37.2685762Z hint: of your new repositories, which will suppress this warning, call:
2026-09-09T00:48:37.2687070Z hint: 
2026-09-09T00:48:37.2687975Z hint: 	git config --global init.defaultBranch <name>
2026-09-09T00:48:37.2689174Z hint: 
2026-09-09T00:48:37.2690261Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-09T00:48:37.2692005Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-09T00:48:37.2693106Z hint: 
2026-09-09T00:48:37.2693697Z hint: 	git branch -m <name>
2026-09-09T00:48:37.2695373Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-09-09T00:48:37.2698092Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-09-09T00:48:37.2721675Z ##[endgroup]
2026-09-09T00:48:37.2723001Z ##[group]Disabling automatic garbage collection
2026-09-09T00:48:37.2724235Z [command]/usr/bin/git config --local gc.auto 0
2026-09-09T00:48:37.2749152Z ##[endgroup]
2026-09-09T00:48:37.2750430Z ##[group]Setting up auth
2026-09-09T00:48:37.2753254Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-09T00:48:37.2777631Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-09T00:48:37.2962917Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-09T00:48:37.2989672Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-09T00:48:37.3174109Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-09T00:48:37.3199897Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-09T00:48:37.3382587Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-09T00:48:37.3412812Z ##[endgroup]
2026-09-09T00:48:37.3413938Z ##[group]Determining the default branch
2026-09-09T00:48:37.3415233Z Retrieving the default branch name
2026-09-09T00:48:37.7815294Z Default branch 'main'
2026-09-09T00:48:37.7817247Z ##[endgroup]
2026-09-09T00:48:37.7818526Z ##[group]Fetching the repository
2026-09-09T00:48:37.7820995Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-09-09T00:48:38.3384100Z From https://github.com/SaberMage/spt-shell-notify
2026-09-09T00:48:38.3385088Z  * [new branch]      main       -> origin/main
2026-09-09T00:48:38.3407698Z ##[endgroup]
2026-09-09T00:48:38.3408475Z ##[group]Determining the checkout info
2026-09-09T00:48:38.3410352Z ##[endgroup]
2026-09-09T00:48:38.3416606Z [command]/usr/bin/git sparse-checkout disable
2026-09-09T00:48:38.3506482Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-09T00:48:38.3531724Z ##[group]Checking out the ref
2026-09-09T00:48:38.3534252Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-09T00:48:38.3571541Z Switched to a new branch 'main'
2026-09-09T00:48:38.3572047Z branch 'main' set up to track 'origin/main'.
2026-09-09T00:48:38.3575868Z ##[endgroup]
2026-09-09T00:48:38.3606318Z [command]/usr/bin/git log -1 --format=%H
2026-09-09T00:48:38.3628044Z ee2d37eadc730c0019e0af82d683074c509634a2
